GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-18T14:19:15.7385238+00:00",
"SubmitDate": "2026-03-18T14:19:15.7385238+00:00",
"ReportPeriodStart": "2026-03-18T14:19:15.7385238+00:00",
"ReportPeriodEnd": "2026-03-18T14:19:15.7385238+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aec624ac-967e-4799-bebf-1037e440296a",
"Rows": [
{
"ItemId": "1f5a79c4-0b8f-4bb8-82d5-b4d28f922c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f5a79c4-0b8f-4bb8-82d5-b4d28f922c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aec624ac-967e-4799-bebf-1037e440296a",
"Rows": [
{
"ItemId": "1f5a79c4-0b8f-4bb8-82d5-b4d28f922c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f5a79c4-0b8f-4bb8-82d5-b4d28f922c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cf42cdaf-2220-47e4-aa16-a6b113fa0a6e",
"428c2b72-873c-4251-afa4-e8d6ab652341"
],
"Approvers": [
"66e45060-989f-4b96-8921-7608b59d770d",
"2bb456f6-c778-4249-9f46-6bbefcdaa6c0"
],
"ApprovedBy": "0237e943-57ef-4eec-93cf-37dd5aef7ea3",
"ApprovalDate": "2026-03-18T14:19:15.7385238+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3522eb9b-02b7-47b2-8079-faa2e74ab463",
"id": "42b8d827-800e-4832-aa39-667138159182",
"ConfigId": "0762f451-bc04-4d65-97b6-3d9b9540ea28"
},
{
"GenerationDate": "2026-03-18T14:19:15.7385238+00:00",
"SubmitDate": "2026-03-18T14:19:15.7385238+00:00",
"ReportPeriodStart": "2026-03-18T14:19:15.7385238+00:00",
"ReportPeriodEnd": "2026-03-18T14:19:15.7385238+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aec624ac-967e-4799-bebf-1037e440296a",
"Rows": [
{
"ItemId": "1f5a79c4-0b8f-4bb8-82d5-b4d28f922c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f5a79c4-0b8f-4bb8-82d5-b4d28f922c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aec624ac-967e-4799-bebf-1037e440296a",
"Rows": [
{
"ItemId": "1f5a79c4-0b8f-4bb8-82d5-b4d28f922c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1f5a79c4-0b8f-4bb8-82d5-b4d28f922c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cf42cdaf-2220-47e4-aa16-a6b113fa0a6e",
"428c2b72-873c-4251-afa4-e8d6ab652341"
],
"Approvers": [
"66e45060-989f-4b96-8921-7608b59d770d",
"2bb456f6-c778-4249-9f46-6bbefcdaa6c0"
],
"ApprovedBy": "0237e943-57ef-4eec-93cf-37dd5aef7ea3",
"ApprovalDate": "2026-03-18T14:19:15.7385238+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3522eb9b-02b7-47b2-8079-faa2e74ab463",
"id": "42b8d827-800e-4832-aa39-667138159182",
"ConfigId": "0762f451-bc04-4d65-97b6-3d9b9540ea28"
}
]